projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c764f95
)
(display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Aug 1994 03:47:40 +0000
(
03:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Aug 1994 03:47:40 +0000
(
03:47
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 571db0fc91dbc1374b548d5791c7bdb516b1ae51..4af4988c3ba234a7203ba94408a86fbb63bb5111 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2490,6
+2490,7
@@
display_text_line (w, start, vpos, hpos, taboffset)
if (len > width)
len = width;
+#ifdef HAVE_X_WINDOWS
if (!NULL_INTERVAL_P (XSTRING (Voverlay_arrow_string)->intervals))
{
/* If the arrow string has text props, obey them when displaying. */
@@
-2506,6
+2507,7
@@
display_text_line (w, start, vpos, hpos, taboffset)
}
}
else
+#endif /* HAVE_X_WINDOWS */
{
for (i = 0; i < len; i++)
leftmargin[i] = p[i];